Skip to content

Commit

Permalink
Deploying to gh-pages from @ 27383f8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Apr 6, 2024
1 parent 60baa0f commit 120dfca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pkg/r.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ export function wasm_parse_errors(args: any, input: string): (ParseError)[];
export function wasm_highlight(args: any, input: string): any[];
/**
*/
export enum Experiment {
TailCalls = 0,
RestArgs = 1,
}
/**
*/
export enum Localization {
En = 0,
Es = 1,
Expand All @@ -44,6 +38,12 @@ export enum Localization {
Emoji = 5,
}
/**
*/
export enum Experiment {
TailCalls = 0,
RestArgs = 1,
}
/**
* Run the R REPL
*/
export class Cli {
Expand Down
8 changes: 4 additions & 4 deletions pkg/r.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ function handleError(f, args) {
}
/**
*/
export const Experiment = Object.freeze({ TailCalls:0,"0":"TailCalls",RestArgs:1,"1":"RestArgs", });
export const Localization = Object.freeze({ En:0,"0":"En",Es:1,"1":"Es",Zh:2,"2":"Zh",De:3,"3":"De",Pirate:4,"4":"Pirate",Emoji:5,"5":"Emoji", });
/**
*/
export const Localization = Object.freeze({ En:0,"0":"En",Es:1,"1":"Es",Zh:2,"2":"Zh",De:3,"3":"De",Pirate:4,"4":"Pirate",Emoji:5,"5":"Emoji", });
export const Experiment = Object.freeze({ TailCalls:0,"0":"TailCalls",RestArgs:1,"1":"RestArgs", });

const CliFinalization = (typeof FinalizationRegistry === 'undefined')
? { register: () => {}, unregister: () => {} }
Expand Down Expand Up @@ -614,8 +614,8 @@ imports.wbg.__wbindgen_memory = function() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper2223 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 807, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper2089 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 666, __wbg_adapter_28);
return addHeapObject(ret);
};

Expand Down
Binary file modified pkg/r_bg.wasm
Binary file not shown.

0 comments on commit 120dfca

Please sign in to comment.