Add an AssemblyScript guest example for Numax - #95
Conversation
|
Current head |
GianIac
left a comment
There was a problem hiding this comment.
Thanks for the PR, a one little fix -> package-lock.json resolves packages from npm.vexere.net instead of registry.npmjs.org. Looks like a local/company registry leaking from your ~/.npmrc. Could you regenerate the lockfile against the public npm registry? Something like:
cd examples/guest_assemblyscript
rm -rf node_modules package-lock.json
npm install --registry=https://registry.npmjs.org/
integrity hashes stay the same, only resolved URLs change. Once that's in, happy to merge.
Summary
runand importing onlynx.host_log_v2nx runsteps plus the managed-memoryenv.abortcaveatVerification
npm ci && npm run build && npm testinexamples/guest_assemblyscripttarget/release/nx run examples/guest_assemblyscript/guest.wasm/Users/loi/.cargo/bin/cargo test --workspace -q/Users/loi/.cargo/bin/cargo fmt --all -- --check/Users/loi/.cargo/bin/cargo clippy --workspace --all-targets -- -D warningsgit diff --checkCloses #50