Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Use latest AssemblyScript (for u64 bindings)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Mar 7, 2019
1 parent a3e740c commit be59815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/token_contract_ts/setup.js
Expand Up @@ -38,9 +38,9 @@ function dirname(path) {

require.config({
paths: {
"binaryen": "https://cdn.jsdelivr.net/npm/binaryen@64.0.0/index",
"assemblyscript": "https://cdn.jsdelivr.net/gh/nearprotocol/assemblyscript@1d21c6c2a0416561af955736ebd63d21f7547ded/dist/assemblyscript",
"assemblyscript/bin/asc": "https://cdn.jsdelivr.net/gh/nearprotocol/assemblyscript@1d21c6c2a0416561af955736ebd63d21f7547ded/dist/asc",
"binaryen": "https://cdn.jsdelivr.net/gh/AssemblyScript/binaryen.js/index",
"assemblyscript": "https://cdn.jsdelivr.net/gh/nearprotocol/assemblyscript@8b2abafb42d9110cb6e3ab7c71f6aa1e26e387c2/dist/assemblyscript",
"assemblyscript/bin/asc": "https://cdn.jsdelivr.net/gh/nearprotocol/assemblyscript@8b2abafb42d9110cb6e3ab7c71f6aa1e26e387c2/dist/asc",
}
});
logLn("Loading AssemblyScript compiler ...");
Expand Down

0 comments on commit be59815

Please sign in to comment.