motoko
motoko copied to clipboard
Simple high-level language for writing Internet Computer canisters
## Changelog for musl-wasi: Branch: main Commits: [WebAssembly/[email protected]](https://github.com/WebAssembly/wasi-libc/compare/c5264e2bbe532994d06b039005f2af91bedcc1a6...5ed3ec5701b58347d28a87c84ccc95f9c54b0148) * [`4bac52ea`](https://github.com/WebAssembly/wasi-libc/commit/4bac52eac3fd97157c15f86ffcab4e91533aa6f3) Remove trailing backtick in README.md ([WebAssembly/wasi-libc#455](https://togithub.com/WebAssembly/wasi-libc/issues/455)) * [`5a693184`](https://github.com/WebAssembly/wasi-libc/commit/5a693184e947b7a30087b91d4afc1a5d06eec885) add `wasm32-wasi-preview2` target ([WebAssembly/wasi-libc#457](https://togithub.com/WebAssembly/wasi-libc/issues/457)) * [`925ad6d7`](https://github.com/WebAssembly/wasi-libc/commit/925ad6d75899397d26b9f09a6f195dbf5eb35814) CI: include wasi-threads in the sysroot...
## Changelog for nixpkgs: Branch: release-23.11 Commits: [NixOS/[email protected]](https://github.com/NixOS/nixpkgs/compare/6a5b92486ae7826c07fbfad302f569ceb187b0eb...205fd4226592cc83fd4c0885a3e4c9c400efabb5) * [`7931afe0`](https://github.com/NixOS/nixpkgs/commit/7931afe021a61bab2a1add9bdfb30183dac7918e) nodejs_20: 20.9.0 -> 20.10.0 * [`78e248d8`](https://github.com/NixOS/nixpkgs/commit/78e248d8265b586faa4779363eab7896e4cf2ed0) python3Packages.numpy: remove reference to build Python * [`43c623e6`](https://github.com/NixOS/nixpkgs/commit/43c623e66054df89bc84dabf03aafdfb14ce6afb) python3Packages.numpy: fix cross compilation * [`861b7570`](https://github.com/NixOS/nixpkgs/commit/861b757019db214bb98878c1711494984d13e374)...
Note: This requires adjustments of the IC runtime and execution layers - **the PR is thus not yet ready to be merged.** ### PR Stack Enhanced orthogonal persistence support is...
@nomeata @ggreif and I were discussing this again. This would solve the problem that you can't obtain the principal of 'this' in an actor's constructor, which is another common issue...
Let's figure out how to interpret `finally` first...
This PR serves as a platform to preview and discuss the ongoing work to extend `motoko-san` with new features. This is only a work-in-progress at the moment but we welcome...
We still need more doc or one page tutorials for: - [ ] numeric conversions (https://dfinity.slack.com/archives/CPL67E7MX/p1709150971197719) - [ ] object combination (record extension) - [ ] option blocks - [...
## Changelog for candid: Branch: master Commits: [dfinity/[email protected]](https://github.com/dfinity/candid/compare/331217bae379cbebfa531a140f2186c99fae1425...f324a1686d6f2bd4fba9307a37f8e3f90cc7222b) * [`a71eb20a`](https://github.com/dfinity/candid/commit/a71eb20ac5d382d9c0dd2c94a6d1462828632966) limit size of vec null/reserved ([dfinity/candid#434](https://togithub.com/dfinity/candid/issues/434)) * [`de8b57a0`](https://github.com/dfinity/candid/commit/de8b57a0d197d7989d098b4b17acd485de6f16ae) [Rust] Add composite_query ([dfinity/candid#435](https://togithub.com/dfinity/candid/issues/435)) * [`e212e096`](https://github.com/dfinity/candid/commit/e212e096cb726548c6d6edba1189375dc5ad364e) add play.motoko.org to Candid UI ([dfinity/candid#437](https://togithub.com/dfinity/candid/issues/437))...
Note: This requires adjustments of the IC runtime and execution layers - **the PR is thus not yet ready to be merged.** ### PR Stack Enhanced orthogonal persistence support is...