nearprotocol / assemblyscript

A TypeScript to WebAssembly compiler 🚀
https://assemblyscript.org
Apache License 2.0
8 stars 1 forks source link

Use BigInt and --experiement-wasm-bigint to pass tests #46

Closed willemneal closed 5 years ago

willemneal commented 5 years ago

Also use webpack to define unmanaged, which was previously commented out to compile the bindings. Now it's defined as a plugin and an empty function.

willemneal commented 5 years ago

@vgrichina Let me know if this passes the gitlab tests since it's using the experimental feature.

vgrichina commented 5 years ago

Let me know if this passes the gitlab tests since it's using the experimental feature.

@willemneal you should have read access to GitLab, it passes – shows green checkmark near commit on GH.

willemneal commented 5 years ago

This was subsumed by #49 Sorry should have closed this.